- Ecovacs MCP Server
Ecovacs MCP Server
Ecovacs core API now fully supports the MCP protocol, making it the world's first robot service provider compatible with the MCP protocol.
Ecovacs has completed the integration of 4 core API interfaces with the MCP protocol, including device list query, cleaning control, recharging control, and working status query.
As the world's first cleaning robot service provider to support the MCP protocol, after the release of Ecovacs MCP Server, AI agent developers only need simple configuration to quickly access robot services in large language models, enabling query, cleaning, recharging, and other capabilities.
This significantly lowers the threshold for calling robot control services during AI agent application development and greatly improves the development efficiency of AI agent applications.
Overview
{
"mcpServers": {
"ecovacs_mcp": {
"command": "/Users/home/.local/bin/uv",
"args": [
"--directory",
"/Users/home/ecovacs-mcp-main/ecovacs_mcp",
"run",
"robot_mcp_stdio.py"
],
"env": {
"ECO_API_KEY": "your AK...........",
"ECO_API_URL": "https://open.ecovacs.com"
}
}
}
}
Server Config
{
"mcpServers": {
"ecovacs_mcp": {
"command": "/Users/home/.local/bin/uv",
"args": [
"--directory",
"/Users/home/ecovacs-mcp-main/ecovacs_mcp",
"run",
"robot_mcp_stdio.py"
],
"env": {
"ECO_API_KEY": "your AK...........",
"ECO_API_URL": "https://open.ecovacs.com"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
ecovacs-aiStar
-Language
-License
-Tags
Recommend Servers
View AllMemory
@modelcontextprotocol
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago